/*=== 作者：Distantmemory - 时间：2018年08月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 侧边浮动条 ===*/
.online { position: fixed; right: -0.04rem; bottom: 0.4rem; z-index: 96; }
.online .box,
.online .box .list { position: relative; right: 0; }
.online .box .list > ul > li { position: relative; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; color: #FFF; cursor: pointer; overflow: hidden; }
.online .box .list > ul > li.custom { right: 0; background: #EEC044; }
.online .box .list > ul > li.wechat { background: #FC5F00; }
.online .box .list > ul > li.to-top { background: #2E272F; }
.online .box .list > ul > li a { display: block; color: #FFF; }
.online .box .custom-info { position: absolute; min-width: 2rem; box-shadow: 0 0 0.04rem rgba(0,0,0,0.1); z-index: 999; }
.online .box .custom-info .title { padding: 0 0.16rem 0 0.24rem; height: 0.56rem; background: #F0CE68; line-height: 0.56rem; color: #FFF; }
.online .box .custom-info .title .tm-icon { cursor: pointer; }
.online .box .custom-info .content { background: #FFF; color: #5E5E5E; }
.online .box .custom-info .content a { color: #5E5E5E; }
.online .box .custom-info .content > ul > li + li { border-top: 0.01rem solid rgba(0,0,0,0.03); }
.online .box .custom-info .content .qq .number,
.online .box .custom-info .content .tel .subtitle .subject { font-size: 0.14rem; }
.online .box .custom-info .content .tel a:hover { color: #F0CE68; }
.online .box .custom-info .content .qq li a { display: block; padding: 0 0.24rem; background: #F5F5F5; line-height: 0.4rem; }
.online .box .custom-info .content .qq li a:hover { background: #272028; color: #FFF; }
.online .box .custom-info .content .tel { padding: 0.16rem 0.24rem; border-top: 0.01rem solid rgba(0,0,0,0.05); line-height: 0.24rem; }
.online .box .custom-info .content .tel li { padding: 0.04rem 0; line-height: 0.24rem; }
.online .box .custom-info .content .icon { margin-right: 0.08rem; }
.online i.close { cursor: pointer; }

#WeChat .uk-modal-dialog { margin: auto; padding: 0; background: none; }
#WeChat .box { max-width: 2.4rem; margin-bottom: 0; padding: 0.16rem; background: #FFF; }
#WeChat .box .subject { background: #FFF; line-height: 0.32rem; font-size: 0.14rem; }